+Thu Jun 18 23:08:36 1998 Owen Taylor <otaylor@gtk.org>
+
+ * gtk/gtklist.c (gtk_list_button_press): Only respond
+ to selection with button 1. This allows context-sensitive
+ menus to work correctly.
+
Fri Jun 19 03:29:04 1998 Tim Janik <timj@gtk.org>
* gtk/gtkaccelgroup.c:
+Thu Jun 18 23:08:36 1998 Owen Taylor <otaylor@gtk.org>
+
+ * gtk/gtklist.c (gtk_list_button_press): Only respond
+ to selection with button 1. This allows context-sensitive
+ menus to work correctly.
+
Fri Jun 19 03:29:04 1998 Tim Janik <timj@gtk.org>
* gtk/gtkaccelgroup.c:
+Thu Jun 18 23:08:36 1998 Owen Taylor <otaylor@gtk.org>
+
+ * gtk/gtklist.c (gtk_list_button_press): Only respond
+ to selection with button 1. This allows context-sensitive
+ menus to work correctly.
+
Fri Jun 19 03:29:04 1998 Tim Janik <timj@gtk.org>
* gtk/gtkaccelgroup.c:
+Thu Jun 18 23:08:36 1998 Owen Taylor <otaylor@gtk.org>
+
+ * gtk/gtklist.c (gtk_list_button_press): Only respond
+ to selection with button 1. This allows context-sensitive
+ menus to work correctly.
+
Fri Jun 19 03:29:04 1998 Tim Janik <timj@gtk.org>
* gtk/gtkaccelgroup.c:
+Thu Jun 18 23:08:36 1998 Owen Taylor <otaylor@gtk.org>
+
+ * gtk/gtklist.c (gtk_list_button_press): Only respond
+ to selection with button 1. This allows context-sensitive
+ menus to work correctly.
+
Fri Jun 19 03:29:04 1998 Tim Janik <timj@gtk.org>
* gtk/gtkaccelgroup.c:
+Thu Jun 18 23:08:36 1998 Owen Taylor <otaylor@gtk.org>
+
+ * gtk/gtklist.c (gtk_list_button_press): Only respond
+ to selection with button 1. This allows context-sensitive
+ menus to work correctly.
+
Fri Jun 19 03:29:04 1998 Tim Janik <timj@gtk.org>
* gtk/gtkaccelgroup.c:
+Thu Jun 18 23:08:36 1998 Owen Taylor <otaylor@gtk.org>
+
+ * gtk/gtklist.c (gtk_list_button_press): Only respond
+ to selection with button 1. This allows context-sensitive
+ menus to work correctly.
+
Fri Jun 19 03:29:04 1998 Tim Janik <timj@gtk.org>
* gtk/gtkaccelgroup.c:
list = GTK_LIST (widget);
item = gtk_get_event_widget ((GdkEvent*) event);
- if (list->button && (list->button != event->button))
+ if ((event->button != 1) || (list->button))
return FALSE;
while (item && !GTK_IS_LIST_ITEM (item))